home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 2).iso / 1060 / setup.iss < prev    next >
Encoding:
InstallShield Response File  |  1997-04-16  |  533 b   |  43 lines

  1. [InstallSHIELD Silent]
  2. Version=v3.00.00
  3. File=Response File
  4.  
  5. [DlgOrder]
  6. Dlg0=SdBitmap-0
  7. Dlg1=Welcome-0
  8. Dlg2=SdLicense-0
  9. Dlg3=SdShowInfoList-0
  10. Dlg4=AskDestPath-0
  11. Dlg5=SdSelectFolder-0
  12. Dlg6=SdStartCopy-0
  13. Dlg7=SdFinish-0
  14. Count=8
  15.  
  16. [SdBitmap-0]
  17. Result=1
  18.  
  19. [Welcome-0]
  20. Result=1
  21.  
  22. [SdLicense-0]
  23. Result=1
  24.  
  25. [SdShowInfoList-0]
  26. Result=1
  27.  
  28. [AskDestPath-0]
  29. szPath=<ProgramFilesDir>\Random
  30. Result=1
  31.  
  32. [SdSelectFolder-0]
  33. Result=1
  34. szFolder=Random
  35.  
  36. [SdStartCopy-0]
  37. Result=1
  38.  
  39. [SdFinish-0]
  40. Result=1
  41. bOpt1=0
  42. bOpt2=0
  43.